object Form5: TForm5 Left = 210 Top = 210 BorderIcons = [] BorderStyle = bsSingle Caption = 'File Properties' ClientHeight = 201 ClientWidth = 369 Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] Position = poScreenCenter PixelsPerInch = 96 TextHeight = 13 object Label3: TLabel Left = 10 Top = 5 Width = 74 Height = 13 Caption = 'Enter attributes:' end object Bevel1: TBevel Left = 10 Top = 150 Width = 351 Height = 15 Shape = bsBottomLine end object GroupBox1: TGroupBox Left = 10 Top = 25 Width = 211 Height = 81 Caption = 'Attributes' TabOrder = 2 object CheckBox1: TCheckBox Left = 15 Top = 20 Width = 97 Height = 17 Caption = 'System' State = cbChecked TabOrder = 0 end object CheckBox2: TCheckBox Left = 15 Top = 45 Width = 97 Height = 17 AllowGrayed = True Caption = 'Hidden' TabOrder = 1 end object CheckBox3: TCheckBox Left = 105 Top = 20 Width = 97 Height = 17 AllowGrayed = True Caption = 'Read Only' TabOrder = 2 end object CheckBox4: TCheckBox Left = 105 Top = 45 Width = 97 Height = 17 AllowGrayed = True Caption = 'Achive' TabOrder = 3 end end object GroupBox2: TGroupBox Left = 230 Top = 25 Width = 129 Height = 81 Caption = 'Date && Time' TabOrder = 3 object Label1: TLabel Left = 24 Top = 24 Width = 23 Height = 13 Caption = 'Date' end object Label2: TLabel Left = 24 Top = 48 Width = 23 Height = 13 Caption = 'Time' end object MaskEdit1: TMaskEdit Left = 56 Top = 21 Width = 57 Height = 21 EditMask = '!99/99/00;1; ' MaxLength = 8 TabOrder = 0 Text = ' - - ' end object MaskEdit2: TMaskEdit Left = 56 Top = 45 Width = 57 Height = 21 EditMask = '!90:00:00;1; ' MaxLength = 8 TabOrder = 1 Text = ' : : ' end end object BitBtn1: TBitBtn Left = 175 Top = 170 Width = 91 Height = 25 TabOrder = 0 Kind = bkOK end object BitBtn2: TBitBtn Left = 270 Top = 170 Width = 91 Height = 25 TabOrder = 1 Kind = bkCancel end object CheckBox5: TCheckBox Left = 15 Top = 115 Width = 97 Height = 17 Caption = 'Include Subdirs' TabOrder = 4 end object DateTime: TCheckBox Left = 15 Top = 135 Width = 105 Height = 17 Caption = 'Set Date && Time' State = cbChecked TabOrder = 5 OnClick = DateTimeClick end end